home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / spfix < prev    next >
Text File  |  2001-03-21  |  704b  |  20 lines

  1. Synopsis:
  2.    load spfix
  3.  
  4. Description:
  5.    THis script contains a simple function that returns the input string
  6.    with the first word stripped off, preserving any whitespace that
  7.    precedes the second word.  This is necessary, because clients compiled
  8.    with the STRIP_EXTRANEOUS_SPACES option will normally strip out the
  9.    extra whitespace, which not everyone likes.  The function is called
  10.    $spfix(), and may be given a string of any length.  Refer to the source
  11.    code for more information.
  12.  
  13. See Also:
  14.    Compile_Opts(7); info(6); load(5)
  15.  
  16. Other Notes:
  17.    This function was written by James Sneeringer (CrowMan), jvs@ocslink.com,
  18.    regardless of what the source code says. ;)
  19.  
  20.